VoeMessage Class
Represents the data sent by a VoE-enabled device. Since the data is vendor-specific, KINGSTAR doesn't know what it is and just passes it to all user applications.
Inheritance Hierarchy
System.Object
IntervalZero.KINGSTAR.Base.VoeMessage
Namespace: IntervalZero.KINGSTAR.Base
Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public class VoeMessage : IMailboxMessage
Public Class VoeMessage Inherits IMailboxMessage
The VoeMessage class exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Data | The data contained. |
![]() |
Type | The type of a message. |
![]() |
VendorId | Vendor ID. |
![]() |
VendorType | Vendor type. |
See also